home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950929-19951130 / 000120_news@columbia.edu_Sat Oct 14 22:06:05 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA20841
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Mon, 16 Oct 1995 08:04:37 -0400
  3. Received: by apakabar.cc.columbia.edu id AA25496
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Mon, 16 Oct 1995 08:04:35 -0400
  5. Path: news.columbia.edu!panix!news.mathworks.com!tank.news.pipex.net!pipex!howland.reston.ans.net!agate!canaima.ME.Berkeley.EDU!herrera
  6. From: herrera@canaima.ME.Berkeley.EDU (Ramon F Herrera)
  7. Newsgroups: comp.protocols.kermit.misc,comp.dcom.modems
  8. Subject: kermit: please don't drop DTR
  9. Date: 14 Oct 1995 22:06:05 GMT
  10. Organization: University of California, Berkeley
  11. Lines: 27
  12. Message-Id: <45pc8d$r0i@agate.berkeley.edu>
  13. Nntp-Posting-Host: canaima.me.berkeley.edu
  14. X-Newsreader: TIN [version 1.2 PL2]
  15. Xref: news.columbia.edu comp.protocols.kermit.misc:3853 comp.dcom.modems:113188
  16. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  17.  
  18. Is there any way to tell kermit NOT to drop DTR when the user quits?
  19.  
  20. I am using kermit just to dial to an Internet Service Provider,
  21. and therefore after quitting, the phone call should not be dropped.
  22.  
  23. After kermit ends, I grab the IP address from the kermit log and
  24. start the SLIP daemon.
  25.  
  26. Later, when all Internet exchange is done, I need to tell the
  27. serial port to drop DTR so the modems hangs up.
  28.  
  29. I guess that if the port is set up with the HUPCL parameter,
  30. what I really need is to ask kermit not to close the file (port).
  31.  
  32. Should I look for this line, comment it out, and recompile kermit?:
  33.  
  34. close("/dev/tty0");
  35.  
  36. Or should I set the port to -HUPCL, run kermit, quit, and then change
  37. the setting to +HUPCL?
  38.  
  39. Any other suggestions or comments?
  40.  
  41. Regards,
  42.  
  43. -Ramon Herrera
  44.